home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / frame_745 / PlaceObject2_2102_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2010-04-12  |  287b  |  14 lines

  1. onClipEvent(enterFrame){
  2.    tellTarget("_root")
  3.    {
  4.       if(CacheTrou4.hitTest(_root.Meg._x,_root.Meg._y,true) == true)
  5.       {
  6.          tellTarget("_root.Meg")
  7.          {
  8.             gotoAndStop("Tombe");
  9.          }
  10.          set("/Variables:Stoppe",true);
  11.       }
  12.    }
  13. }
  14.